home *** CD-ROM | disk | FTP | other *** search
- Please delete help/Setup.opt before making bit. This only matters
- if you will not be using make install to install the bit package.
-
- BUGS:
- 1. Crop Auto does not work due to a typo. The fix:
- change line 349 of crop.c from:
- set_rect(ibr, ibr->x + left, ibr->y + bot,
- to
- set_rect(cbr, cbr->x + left, cbr->y + bot,
-
- 2. X11 Bitmap output bug:
- change line 137 of xbm.c from
- fprintf(im->fp, "static char %sbits[] = {\n ", tmpstr);
- to
- fprintf(im->fp, "static char %s_bits[] = {\n ", tmpstr);
-
-